home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / win_utl2 / wcmd211.zip / INSTALLE.BIN / KEYBOARD.TXT < prev    next >
Text File  |  1996-04-21  |  5KB  |  124 lines

  1. Keyboard layout
  2.  
  3.  
  4. Key        Action
  5.  
  6. F1          Help
  7. F2          Reread source window
  8. F3          List files
  9. F4          Edit files
  10. F5          Copy files
  11. F6          Rename files
  12. F7          Create directory
  13. F8          Delete files
  14. F9          Activate menu above source window (left or right)
  15. F10         Activate left menu or leave menu
  16. ALT+F1      change left drive
  17. ALT+F2      change right drive
  18. ALT+F3      use external viewer
  19. ALT+F4      Exit
  20. ALT+F5      pack selected files
  21. ALT+F6      unpack all files from archive under cursor (does not work on Windows 95!)
  22. ALT+F7      Find
  23. ALT+F8      Opens the history list of the command line
  24. ALT+F9      Same as ALT+F6 (because ALT+F6 is broken on Windows 95)
  25. SHIFT+F5    Copy files (with rename) in the same directory
  26. CTRL+SHIFT+F5
  27.             Create shortcut of files in target directory
  28. SHIFT+F6    Rename files in the same directory
  29. SHIFT+ESC   Iconize Wincmd
  30.  
  31. NUM +       expand selection
  32. NUM -       shrink selection
  33. NUM *       invert selection
  34. CTRL+NUM +  select all
  35. CTRL+NUM -  deselect all
  36. CTRL+PgUp   Change to parent directory
  37.             (corresponds to cd ..)
  38. CTRL+F3     Sort by name
  39. CTRL+F4     Sort by extension
  40. CTRL+F5     Sort by date/time
  41. CTRL+F6     Sort by size
  42. CTRL+F7     Unsorted
  43. TAB         Switch between left and right
  44.             file list
  45. Letter      Redirected to command line, cursor
  46.             jumps to command line
  47. INSERT      Select file or directory
  48. ENTER       Change directory/run program/
  49.             run associated program / execute
  50.             command line if not empty. If the 
  51.             source directory shows the contents
  52.             of an archive, further information
  53.             on the packed file is given.
  54. SHIFT+ENTER 1. Run command line/program under
  55.                cursor with preceding command /c
  56.                and leave open the program's window.
  57.                Only works if NOCLOSE.PIF is in your
  58.                Windows directory!
  59.             2. With ZIP files: Use alternative 
  60.                choice of these (as chosen in Packer
  61.                config): (Treat archives like direc-
  62.                tories <-> call associated program,
  63.                i.e. winzip or quinzip)
  64. CTRL+I      Switch to target directory
  65. CTRL+U      Exchange directories
  66. CTRL+R      Reread source directory
  67. ALTGR+Letter(s) or
  68. CTRL+ALT+Letter(s)
  69.             Quick search for file name (starting
  70.             with specified letters) in current
  71.             directory
  72.  
  73.  
  74.  
  75. Command line: keys
  76.  
  77. If Windows Commander is active, nearly all keyboard
  78. input is directed to the command line.
  79. Here the layout for some keys:
  80.  
  81.  
  82. ENTER       The command line is executed, if it 
  83.             contains at least one character (otherwise,
  84.             the program under the cursor in the source
  85.             window is started). If the command is cd,
  86.             md or rd, it is executed internally. If it
  87.             is an internal DOS command, DOS will be 
  88.             executed with this command. Otherwise, a
  89.             program with the given name is executed.
  90. SHIFT-ENTER Like ENTER, but with preceding command /c.
  91.             After the called DOS program is terminated,
  92.             its window is not automatically closed. This
  93.             will only work if the file noclose.pif is in
  94.             your windows directory.
  95. CTRL-ENTER  The file under the cursor in the source 
  96.             directory is appended to the command line.
  97. CTRL-SHIFT-ENTER
  98.             The file under the cursor including its path
  99.             is appended to the command line.
  100. CTRL-CURSORDOWN
  101. or ALT+F8   A list with the latest command lines (history-
  102.             list) is opened. Hold down the CTRL key and 
  103.             use the up and down cursor keys to select an
  104.             entry. By pressing the left or right key, you
  105.             can edit the command line. This automatically
  106.             closes the list.
  107.  
  108. TAB         Puts the cursor back to the source directory.
  109. Cursor keys Cursor left and cursor right move the cursor
  110.             through the command line, even if the cursor
  111.             was in the source directory before. If brief
  112.             was selected, these keys move the cursor
  113.             through the source directory. You then have to
  114.             hold down SHIFT to move it inside the command
  115.             line.
  116.             Cursor up and cursor down move the cursor bar
  117.             inside the source window, even if it was inside
  118.             the command line.
  119. ESC,CTRL+Y  Clears the command line.
  120. CTRL+E      Copy previous command to command line
  121. CTRL+K      Delete to end of line
  122. CTRL+W      Delete word to the left of the cursor
  123. CTRL+T      Delete word to the right of the cursor
  124.